home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Multimediale Rizzoli Larousse 2002 / ERL2002_8.IMG / Concento / help / images / POP_htm.swf / scripts / DefineButton2_70 / BUTTONCONDACTION on(press).as
Text File  |  2001-09-04  |  105b  |  8 lines

  1. on(press){
  2.    scr = txtg.scroll;
  3.    if("1" < scr)
  4.    {
  5.       set("txtg.scroll",scr - "1");
  6.    }
  7. }
  8.